home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo You are about to copy the needed files to your hard disk.
- echo IMPORTANT note, you must specify the drive letter after typing the
- echo command INSTALLH. Example, if your hard disk is drive C: you would
- echo type INSTALLH C: (press enter)
- if not exist %1 then goto :end
- pause
- md %1\dml
- pkxarc *.arc %1\dml
- :end
- echo all done
- echo on